home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CHIP_CD_2003-12.iso / macos / pack1 / files / maczip.sit / MacZip 1.06 final / maczip.env < prev    next >
Text File  |  2000-07-24  |  4KB  |  99 lines

  1. #  Enviroment File for MacZip
  2. #  ==========================
  3.  
  4. #  Maczip's  default  behavior  may  be  modified  via options
  5. #  placed in an "environment variable". This file simulates
  6. #  the process environment.
  7. #  This can be done  with any  option.
  8. #  Use var-name "ZIPOPT" for zip- and "UNZIP"
  9. #  for the unzip-module (see example below)
  10.  
  11. #  Background:
  12. #  Under Unix: Each Process (= running Program) has a set of 
  13. #  associated variables. The variables are called enviroment 
  14. #  variables and, together, constitute the process environment.
  15. #  These variables include the search path, the terminal type,
  16. #  user's login name and user defined variables.
  17.  
  18. #  Unfortunatelly the MacOS has no equivalent. So we need 
  19. #  a file to emulate the environment variables.
  20. #  Name of this file is "MacZip.Env". It can be placed
  21. #  in the current folder of MacZip or in the 
  22. #  preference folder of the system disk. 
  23. #  If MacZip founds the "MacZip.Env" file in the same 
  24. #  folder of MacZip the "MacZip.Env" file in the 
  25. #  preference folder will be ignored.
  26.  
  27. #  An environment variable has a name and a value:
  28. #  Name=Value
  29. #  Note: Spaces are significant:
  30. #  ZIPOPT=-r  and
  31. #  ZIPOPT = -r are different !!!
  32.  
  33. #  Layout of this file: Comments must start with a '#'. Empty
  34. #  lines and comments are ignored. Linebreaks of this file
  35. #  must be in Macintosh format, DOS or Unix linebreaks will 
  36. #  not work correctly. To check the "MacZip.Env" file select
  37. #  the menu File->Show Enviroment.
  38. #  The filename must be "MacZip.Env" (case insensitiv). 
  39. #  Choose your favorite editor to edit this file. 
  40. #  Filetype and filecreator are not important.
  41.  
  42. #  Note to performance: Keep this file as small as possible.
  43. #  Every start of zip or unzip will load and parse this file.
  44. #  You can delete all comments. (lines starting with '#')
  45.  
  46. # ============================================================
  47. # ============================================================
  48.  
  49. #  Options ZIPOPT and UNZIPOPT are case sensitiv. All others
  50. #  switches are not case sensitiv.
  51.  
  52. #  Default option for the Zip-Module (see MANUAL for more info)
  53. #  Uncomment to activate the environment variable
  54. # ZIPOPT= -N -r
  55.  
  56. #  Default option for the Unzip-Module (see unzip.doc for more info)
  57. # UNZIPOPT= -o
  58.  
  59.  
  60. #  By default, Maczip extracts each archive in a unique folder.
  61. #  This option suppresses this behavior.
  62. #  It is probably most useful with the -o modifier.
  63. # Default: UniqueUnzipFolders=Yes
  64. # UniqueUnzipFolders=No
  65.  
  66.  
  67. #  This option forces an auto-test of each created archive.
  68. #  This  option  extracts  each specified  file  in  memory  
  69. #  and  compares  the CRC (cyclic redundancy check, an 
  70. #  enhanced checksum)  of the  expanded  file with the original 
  71. #  file's stored CRC value (It's like the option UNZIP -t )
  72. # Default: TestArchiveAfterwards=No
  73. # TestArchiveAfterwards=Yes
  74.  
  75.  
  76. #  You can switch from the default behavior moving to the trash to 
  77. #  immediate deletion.
  78. #  When moving to the trash, it is possible to zip files and be able 
  79. #  to recover them properly later on. Even if you know what you 
  80. #  are doing, it is possible to make irrecoverable mistakes.
  81. #  So be careful with this option, especially when used with the 
  82. #  options "-df" or "-X".
  83. # Default: Immediate_File_Deletion=No
  84. # Immediate_File_Deletion=Yes
  85.  
  86.  
  87.  
  88. #  MacZip popups a warning box if you are doing something that 
  89. #  can be dangerous. This option supresses the warning box.
  90. # Default: NoWarningBoxes=no
  91. # NoWarningBoxes=Yes
  92.  
  93.  
  94. #  Forces MacZip to do not quit automatically
  95. #  Default: AutoQuit=yes
  96. # AutoQuit=no
  97.  
  98.  
  99.